ServiceDeleteRule Method (IListString, String) |
Deletes inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse DeleteRule(
IList<string> ruleIds,
string smtpEmailAddress
)
Public Function DeleteRule (
ruleIds As IList(Of String),
smtpEmailAddress As String
) As RuleOperationResponse
Parameters
- ruleIds
- Type: System.Collections.GenericIListString
The rule ids. - smtpEmailAddress
- Type: SystemString
The SMTP email address.
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also